home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftp-gui.lha / FTP-Guide / mail < prev    next >
Text File  |  1995-11-12  |  335b  |  13 lines

  1. /* Mail arexx script by Christer Bjarnemo  mr.bjarnemo@mn.medstroms.se
  2.  *
  3.  * Due to the massive developing time, registration fee is $1000!  ;-)
  4.  *
  5.  */
  6.  
  7. mailer = "AmiTCP:bin/elm"
  8. /* mailer = "AmiTCP:bin/mailto" */
  9.  
  10. parse arg email
  11. if name = '' then do ; say 'USAGE: mail name@address' ; say ; quit ; end
  12. address command mailer' 'email
  13.